Vcenter VmTemplate LibraryItems VmHomeStorageInfo

Vcenter VmTemplate LibraryItems VmHomeStorageInfo
Vcenter VmTemplate LibraryItems VmHomeStorageInfo

The Vcenter VmTemplate LibraryItems VmHomeStorageInfo schema contains storage information about the virtual machine template's configuration and log files.

This schema was added in vSphere API 6.8.

JSON Example
{
    "datastore": "string",
    "storage_policy": "string"
}
string
datastore
Required

Identifier of the datastore where the virtual machine template's configuration and log files are stored.

This property was added in vSphere API 6.8.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

string
storage_policy
Optional

Identifier of the storage policy associated with the virtual machine template's configuration and log files.

This property was added in vSphere API 6.8.

If missing or null, the virtual machine template's configuration and log files do not have a storage policy associated with them.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.spbm.StorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.spbm.StorageProfile.